render html jupyter

42

render html jupyter -

from IPython.core.display import display, HTML
display(HTML('<h1>Hello, world!</h1>'))

Comments

Submit
0 Comments